home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / wdj0696.zip / BURK.ZIP / BCMAKE.BAT next >
DOS Batch File  |  1996-04-04  |  139b  |  6 lines

  1. brc32 -r -D_WIN32 test.rc
  2. bcc32 -v -c -DSTRICT -P test.c
  3. tlink32 -v c0w32.obj+test.obj,test.exe,test.map,import32+cw32mti,,test.res
  4.  
  5.  
  6.